lib/sign: convert ostree_sign_summary to new style
authorDenis Pynkin <denis.pynkin@collabora.com>
Mon, 17 Feb 2020 21:50:21 +0000 (00:50 +0300)
committerDenis Pynkin <denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:55 +0000 (15:23 +0300)
commite16faa58f4c3be33f073b8986cd628f18047dabd
tree5f793f757d47420eca92d28d901bb3d9ecad624d
parent1e3bdef2851260b8ac3503744d4157d527e3823d
lib/sign: convert ostree_sign_summary to new style

The "new style" code generally avoids `goto err` because it conflicts
with `__attribute__((cleanup))`.  This fixes a compiler warning.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
src/libostree/ostree-sign.c